home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-01-14 | 370 b | 18 lines |
- # Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details
- # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
- TOP=..
-
- SRC += dbgcom.c
- SRC += syms.c
- SRC += v2load.c
- SRC += wild.c
-
- include $(TOP)/../makefile.inc
-
-
- e : $(BIN)/symify.exe
-
- $(BIN)/symify.exe : $C symify.o $(LIB)/libdbg.a $L
- ld -s -o $@ $^ -T$(LIB)/djgpp.lnk
- $(BIN)/stubify -v $@
-